Expand description
A C representation of Rust’s Option
, used across the FFI
boundary for Solana program interfaces.
This implementation mostly matches std::option
except iterators since the iteration
trait requires returning std::option::Option
Enums§
- A C representation of Rust’s
std::option::Option